// Test replication syntax
// Expect packet with payload count of 100 followed by 10 packets with payload counts of 1, 3, 5, 7, etc.

# FILE "../DSIDataTypes.txt"

# HS_PACKET_PLUS_CRC DT_GENERIC_LONG_WRITE: *100 55h 
	
# i = 0
# LOOP_START 10
	# HS_PACKET_PLUS_CRC DT_GENERIC_LONG_WRITE: *(2*i+1) 55h 
	# i = i + 1
# LOOP_END
